home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Unix / eudoraunixreader.shar / udora.readme < prev   
Text File  |  1993-05-21  |  9KB  |  197 lines

  1. Using Eudora As An Offline UNIX Mail Reader
  2.                   
  3. by Ken Kirksey
  4. (kkirksey@world.std.com)
  5.                                  
  6.  
  7.  
  8. INTRODUCTION
  9.  
  10.     The first time I saw Eudora, I thought it was the neatest thing since 
  11.     sliced bread.  One of my friends worked for the academic computing 
  12.     department at the university I was attending (Auburn U., for those who 
  13.     care), and he had Eudora running on the Mac in his office.  I though to
  14.     myself, "Now this is the way to read my Internet mail!"  Unfortunately, I 
  15.     found out that to use Eudora you had to have a TCP/IP connection to the
  16.     network (which my friend had) or access to a SLIP server (which we didn't
  17.     have).  So, I resigned myself to using "mail."
  18.  
  19.     Then I graduated and moved, and all of the sudden I had to make a long
  20.     distance call to get my mail (New Horrors! New Horrors!).  Needless to say,
  21.     interative reading with "mail" wouldn't cut it.  So I took to compressing 
  22.     and downloading my mail spool file so I could read all my mail offline.  
  23.     A great idea, except that all I had was a raw spool file that I could 
  24.     peruse with a text editor.  Not very pretty.
  25.  
  26.     Then I remembered Eudora.  As fate would have it, Eudora could read the
  27.     raw mail spool files.  So I could read my message in a nice way.  But 
  28.     replying to messages, or sending new ones, was a pain.  So I wrote a 
  29.     little C program that automated the process.  Now I was back up to speed.
  30.  
  31.     So here I am, sharing my experience and that program with ya'll (southern
  32.     for you all :)  I've tried everything I'll cover in here, so it's all been
  33.     play-tested, so to speak.  If you have any problems with the program, or 
  34.     these instructions, feel free to drop me a note at kkirksey@world.std.com.
  35.     
  36.     Note that throughout this document "Eudora" refers to the Mac program, 
  37.     while "udora" (unix Eudora) refers to the UNIX side program.
  38.  
  39.  
  40. GETTING EUDORA
  41.  
  42.     The first thing you need to do is get a copy of Eudora.  The program 
  43.     itself is available at info-mac in the comm directory.  This archive 
  44.     doesn't include the documentation, however.  You don't NEED the 
  45.     documentation to get up and running with Eudora, but I highly recommend 
  46.     getting it.  The full Eudora release used to be available at 
  47.     ux1.cso.uiuc.edu in the mac/eudora directory, but it's gone now.  A quick 
  48.     archie search told me that it was available at orion.oac.uci.edu in the
  49.     directory /ntslib/mac/mail/eudora.1.2/NTS.dist.  If anyone out there 
  50.     knows where Eudora's new official home is, please drop me a note and I'll 
  51.     include it in a later version of these here docs.
  52.  
  53.  
  54. SETTING UP EUDORA
  55.  
  56.     Once you've installed Eudora, you need to set it up so that it will work 
  57.     using it as an offline reader.  
  58.  
  59.     First go to the "Configuration..." option under the "Special" menu.  Make 
  60.     sure that the "Communications Toolbox" radio button is checked.  If 
  61.     "MacTCP" is checked, it will scream at you since you don't have MacTCP 
  62.     installed.  If you do, why are you reading this? :)
  63.  
  64.     Then go to the "Switches..." option under the "Special" menu.  Under 
  65.     "Composition:" make sure that the "Immediate Send" checkbox is NOT 
  66.     checked.  This lets you queue up outgoing messages.  Under "When 
  67.     Quitting:" make sure that "Compact Mailboxes" is checked.
  68.  
  69.     Composing and replying to messages is pretty straightforward.  Consult 
  70.     the Eudora documentation if you have any problems.  I'd advise reading 
  71.     through it in any event.
  72.  
  73.  
  74. GETTING YOUR MAIL TO YOUR MAC
  75.  
  76.     Under UNIX, your mail is usually stored in the /usr/spool/mail directory 
  77.     in a file that is named the same as your login.  For instance, mine is 
  78.     stored in /usr/spool/mail/kkirksey.  You want to move this file out of 
  79.     the /usr/spool/mail directory and on to your mac.  Basically, here's what
  80.     you do:
  81.     
  82.     1) Move the spool file to your home directory with 
  83.          
  84.            mv /usr/spool/mail/<username> .
  85.        
  86.        You want to move it rather than copy it, because if you copy it, you 
  87.        aren't removing the messages you read from the spool file.  It'll just 
  88.        keep growing, and growing, and growing....
  89.        
  90.        If your mail isn't kept in /usr/spool/mail, check with your sysadmin
  91.        to see where it is located.
  92.      
  93.     2) Transfer your mail file to your mac via your favorite file transfer
  94.        protocol.
  95.        
  96.     If your communication program supports scripting, you can write a short 
  97.     script to automate this procedure.
  98.     
  99.     As an option, you may want to compress the file with the UNIX "compress"
  100.     command.  This gives you a .Z file that you can uncompress on your Mac 
  101.     using the MacCompress program (avaliable at info-mac).  If you call long 
  102.     distance to get your mail, this step will save you mucho $.
  103.     
  104.  
  105. IMPORTING YOUR MAIL INTO EUDORA
  106.  
  107.     Now that you've got your mail to your mac, you've got two options.  The 
  108.     first is just to drop the file into the Eudora Folder in your System 
  109.     Folder.  Eudora can read it just like one of it's own files.  There's a 
  110.     problem with doing it this way.  What if you haven't finished reading 
  111.     all your messages in you spool file (kkirksey for me) ?  Well, you could 
  112.     give your new spool file another name (kkirksey1 for instance).  But now
  113.     you've got a couple of mail files where you could have only one.
  114.     
  115.     A better solution (what I do) is to concatenate your new mail on to the "In"
  116.     file in the Eudora Folder.  That way, all your mail is kept in one place, and 
  117.     you don't have to worry about what you have and haven't read. t.  I use 
  118.     Unity (available on info-mac) to concatenate the files together.
  119.     
  120.     To read your mail, just select "In" from the "Mailbox" menu in Eudora.  
  121.     Since you've modified the "In" file, it will ask you if you want to 
  122.     create a new table of contents for that file.  Tell it Ok.
  123.     
  124.  
  125. SENDING NEW MESSAGES OR REPLIES
  126.  
  127.     First of all, you need to have a copy of the udora.c program in your UNIX 
  128.     account.  To compile the program, just type
  129.     
  130.           cc udora.c -o udora
  131.           
  132.     at the prompt.  You can remove the udora.c file after you've compiled it.
  133.     
  134.     I'm assuming that you've read the Eudora docs and have already composed 
  135.     some new messages or replies.  All outgoing messages are stored in the 
  136.     "Out" file in the Eudora Folder.  Upload this file to your UNIX account.
  137.     Be sure that you have compacted the mailboxes before you do this.  
  138.     Eudora inserts some redundant header information in the Out file that 
  139.     seems to disappear when you compact your mailboxes.  udora won't crash 
  140.     if you don't do this, but you will get some strange messages.
  141.     
  142.     Once you've uploaded "Out" to your account, just type
  143.     
  144.           udora Out
  145.           
  146.     at the prompt to mail your messages.  It's as simple as that.  After 
  147.     you've successfully mailed your outgoing messages, be sure to empty 
  148.     the "Out" mailbox in Eudora so you don't send them again.
  149.     
  150.     If you quit Eudora while you have messages in the Out mailbox, it will 
  151.     ask you if you want to send the messages now or just quit.  Always click 
  152.     "Just Quit."  It will get very confused if you tell it to send them.
  153.     
  154.  
  155. SIGNATURES
  156.  
  157.     Even if you chose the signature option in Eudora, it doesn't include it
  158.     with your message in the "Out" file, so it doesn't work for our 
  159.     purposes.  I've included a signature option in udora to make up for 
  160.     this.  Keep your signature in a file named ".signature" in your home 
  161.     directory.  If you want udora to append your signature to a message, 
  162.     just put ~s on a line by itself at the end of a message.  Don't put 
  163.     any spaces in front of ~s, or udora won't recoginze it as a signature 
  164.     command.
  165.     
  166.  
  167. SOME THINGS WORK, SOME DON'T
  168.  
  169.     Another Eudora feature that doesn't work for our purposes.  Eudora 
  170.     attaches the files as it's sending the message via TCP/IP, so I doesn't 
  171.     include the attached file in the "Out" file.  I'm thinking about adding
  172.     a file attach feature to udora.
  173.     
  174.     The Eudora nicknames feature doesn't work either, since it doesn't 
  175.     expand the nicknames in the Out file.  This is another possible 
  176.     enhancement to udora.
  177.     
  178.     udora currently doesn't recognize the cc: and bcc: lines in the header, 
  179.     so you bcc and cc's will be ignored.  Yet another possible new feature.  
  180.     
  181.     If you want to see any or all of these features added to udora, drop me 
  182.     a note.  If there's enough interest, I'll probably do it.
  183.  
  184. TIPS
  185.  
  186.     If you subscribe to bunches of internet digests like I do, and like to 
  187.     save your messages to text files, go to the "Switches..." option under 
  188.     the "Special" menu and make sure that "Guess Paragraphs" is NOT 
  189.     checked.  If it is, it will sometimes munge your documents when you save 
  190.     them.
  191.     
  192.     
  193. COMMMENTS, BUG REPORTS, etc.
  194.  
  195.     All welcome.  Tell me what you think of this doc and udora.  Just drop
  196.     me a note at kkirksey@world.std.com.
  197.